; Ensure 'thing-at-point-looking-at' finds full match
authorEshel Yaron <me@eshelyaron.com>
Wed, 31 Jan 2024 20:37:18 +0000 (21:37 +0100)
committerEli Zaretskii <eliz@gnu.org>
Thu, 8 Feb 2024 11:46:06 +0000 (13:46 +0200)
commitbc099295dd24d059d3358acf5653ced9c9292e41
tree7c5f38f74aacf0fe13209450bf4f0115f01fc293
parent08c81db7c8e522278fb2c8de8fbe556d109c135f
; Ensure 'thing-at-point-looking-at' finds full match

* lisp/thingatpt.el (thing-at-point-looking-at): Regexp-search from
the beginning forward, instead of the other way around.

* test/lisp/thingatpt-tests.el (thing-at-point-test-data): Add tests.

(Bug#68762)
lisp/thingatpt.el
test/lisp/thingatpt-tests.el